home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Advisor / CD-ROM Advisor.iso / blender / blen40m / opening.dir / 00034.ls < prev    next >
Encoding:
Text File  |  1995-09-28  |  385 b   |  16 lines

  1. on exitFrame
  2.   global n
  3.   set the volume of sound 1 to 255
  4.   set the volume of sound 2 to 255
  5.   repeat with n = 48 down to 1
  6.     set the visible of sprite n to 1
  7.     puppetSprite(n, 0)
  8.   end repeat
  9.   repeat with n = 16 down to 15
  10.     set the visible of sprite n to 1
  11.     set the visible of sprite (n + 2) to 0
  12.     set the visible of sprite (n + 4) to 0
  13.   end repeat
  14.   unLoadCast()
  15. end
  16.